home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wit472.zip / DEMO / COMPLEX.HLP / COMPLEX.bin
Text File  |  1994-11-25  |  751b  |  18 lines

  1. IGRAPH
  2.  
  3. complexDemo --- perform filtering in frequency domain
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The complexDemo igraph shows how an image may be filtered
  9. in the frequency domain using a square cutoff image mask and
  10. complex multiplication operator. The cutoff mask has a centred
  11. square with pixel value one and zeros everywhere else. When this
  12. mask is multiplied with the FFT of the original image, the resulting
  13. complex image is then inverse FFT'ed to produce a smoothed image
  14. with ringing effects. The ringing effects are caused by the square
  15. cutoff mask. The effects can be greatly reduced by approximating the
  16. square with a smoother window. The Welch, Parzen, or Hanning windows
  17. are all possible alternatives and yield much better results.
  18.